Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
May 13, 2007, 12:14:32 PM (17 years ago)
- Author:
-
JoaCHIP
- Comment:
-
Personally i think this should be an option in Preferences
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
81 | 81 | You are done! Running `U:\Programs\Pidgin\pidgin-portable.exe` will cause pidgin to run off the USB Drive, saving the settings, logs and etc. to `U:\Programs\.purple`. |
82 | 82 | |
| 83 | === How do i make Enter make a newline and Ctrl+Enter send? === |
| 84 | |
| 85 | Locate or create your gtkrc-2.0 file and insert: |
| 86 | {{{ |
| 87 | binding "my-bindings" |
| 88 | { |
| 89 | bind "Return" { "insert-at-cursor" ("\n") } |
| 90 | bind "<ctrl>Return" { "message_send" () } |
| 91 | } |
| 92 | widget "*pidgin_conv_entry" binding "my-bindings" |
| 93 | gtk-can-change-accels = 1 |
| 94 | }}} |
| 95 | |
83 | 96 | == Linux and Unix-like platforms == |
84 | 97 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!